home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_3.5 / Include / include_h / clib / popcycle_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-28  |  950 b   |  37 lines

  1. #ifndef  CLIB_POPCYCLE_PROTOS_H
  2. #define  CLIB_POPCYCLE_PROTOS_H
  3.  
  4. /*
  5. **    $VER: popcycle_protos.h 1.1 (6.10.1999)
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    Copyright © 1999 Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif /* __cplusplus */
  16.  
  17. #ifndef  INTUITION_INTUITION_H
  18. #include <intuition/intuition.h>
  19. #endif
  20. #ifndef  INTUITION_CLASSES_H
  21. #include <intuition/classes.h>
  22. #endif
  23. Class *POPCYCLE_GetClass( VOID );
  24. struct Node *AllocPopCycleNodeA( struct TagItem *tags );
  25. struct Node *AllocPopCycleNode( Tag firstTag, ... );
  26. VOID FreePopCycleNode( struct Node *node );
  27. VOID SetPopCycleNodeAttrsA( struct Node *node, struct TagItem *tags );
  28. VOID SetPopCycleNodeAttrs( struct Node *node, ... );
  29. VOID GetPopCycleNodeAttrsA( struct Node *node, struct TagItem *tags );
  30. VOID GetPopCycleNodeAttrs( struct Node *node, ... );
  31.  
  32. #ifdef __cplusplus
  33. }
  34. #endif /* __cplusplus */
  35.  
  36. #endif   /* CLIB_POPCYCLE_PROTOS_H */
  37.